home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / seq_fareclass.sql < prev    next >
Text File  |  2000-05-12  |  585b  |  14 lines

  1. /* RCSVER $Id: seq_fareclass.sql,v 1.4 1999-02-24 15:28:43-06 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        seq_fareclass.sql
  6. * Date:        12/28/1998
  7. * memo:        Randy Wood
  8. * Description:    Create the seq_fareclass sequence.
  9. *               The description is used to generate a unique key for the
  10. *        fareclass table.
  11. * Changes:
  12. ************************************************************************* */
  13. CREATE SEQUENCE seq_fareclass START WITH 7;
  14.